display: Don't change default seat in flight
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2016 17:31:20 +0000 (12:31 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2016 17:31:20 +0000 (12:31 -0500)
commite0caafbcdf6f1b200506ef5165f4da27b84a2df7
treefccddbec5e9f1708493e26932527fd0a1c0db2ae
parent9dad9a4b592e979026a6cddd4906033694a65f33
display: Don't change default seat in flight

gdk_display_add_seat was prepending new seats to the list, which
was effectively making the added seat the new default. Since that
is probably not intended, append to the list.
gdk/gdkdisplay.c